home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / database / dg53.zip / DGHH.BAT < prev    next >
DOS Batch File  |  1997-05-26  |  285b  |  12 lines

  1. @echo off
  2. rem get dg help using plain terms
  3. rem be sure dg is in your path
  4. rem modify dg and type lines below with path to dgops.sam file
  5. if %1FF==FF goto noargs
  6. dg -dd %1 dgops.sam | more
  7. goto end
  8. :noargs
  9. echo dgh usage:   dghh highlight for help on highlight option
  10. :end
  11.  
  12.